docs: fix invalid JSON in credential offer request examples - #1817
docs: fix invalid JSON in credential offer request examples#1817TheSeydiCharyyev wants to merge 2 commits into
Conversation
Signed-off-by: Seydi Charyyev <seydi.charyev@gmail.com>
|
|
Verified the fix: parsing every JSON payload in LGTM. The branch is slightly behind Reviewed with Claude Code |
|



Description
The credential offer request examples in the DIDComm issuance tutorial contain invalid JSON that does not parse:
"credentialFormat": "JWT"in the JWT example"id:key (missing the closing quote, should be"id":) insidecredentialSchema, in both the JWT and SD-JWT "Current API" examplesThese are syntax-only fixes so the examples are valid JSON and can be copied and run as-is. The field structure already matches the
CreateIssueCredentialRecordRequestschema; only the literal text was wrong.Checklist